refactor: 불필요한 mdxOptions 플러그인을 제거하고 turbopack을 활성화합니다#263
Merged
Conversation
keIIy-kim
approved these changes
Nov 13, 2025
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- mdxOptions에서 remark-gfm, rehype-attr 플러그인 설정을 제거합니다 - nextra가 remark-gfm을 기본 내장하므로 별도 설정이 불필요합니다 - rehype-attr는 콘텐츠에서 사용되지 않습니다 - dev 스크립트에 --turbopack 플래그를 추가합니다 - rehype-attr, remark-gfm 패키지 의존성을 제거합니다 Co-Authored-By: Claude Opus 4.5 <[email protected]>
08c26b0 to
609c9c8
Compare
- package.json의 잘못된 --no-turbopack 옵션을 제거합니다. - pino 의존성을 제거하고 Edge 런타임 호환 로거로 변경합니다. - pino-pretty devDependency를 제거합니다. Co-Authored-By: Claude Opus 4.5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
next.config.ts: mdxOptions 설정 제거package.json: dev 스크립트에--turbopack플래그 추가, 불필요한 패키지 제거package-lock.json: 의존성 정리Analysis
Test
🤖 Generated with Claude Code